home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / x-m88kv4 < prev    next >
Encoding:
Text File  |  1993-02-05  |  385 b   |  11 lines  |  [TEXT/MPS ]

  1. # Problems in early version of the assembler have been fixed (-DNO_BUGS).
  2. # There are peculiar problems with the include files that require __STDC__
  3. # to be defined as 0.  This results in sigset_t being defined which otherwise
  4. # results in a problem when <wait.h> includes <siginfo.h>.
  5.  
  6. X_CFLAGS = -DNO_BUGS -D__STDC__=0
  7.  
  8. # The CI5 compiler does not provide alloca.
  9.  
  10. ALLOCA = alloca.o
  11.